home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CNUMBERE
/
CTESTPAN.H
< prev
next >
Wrap
Text File
|
1991-07-04
|
547b
|
22 lines
/* Interface for CTestPane.h */
#define _H_CTestPane
#include "CStarterPane.h"
#include "CNumberEditor.h"
struct CTestPane : CStarterPane {
double doubleNum1, doubleNum2;
long longNum;
Str255 itsString;
CNumberEditor *doubleNum1Editor, *doubleNum2Editor, *longNumEditor, *stringEditor;
void IStarterPane(CView *anEnclosure, CBureaucrat *aSupervisor,
short aWidth, short aHeight,
short aHEncl, short aVEncl,
SizingOption aHSizing, SizingOption aVSizing);
void DoCommand(long theCommand);
};